ActiveReports 12
GetEvents(Attribute[]) Method

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace > CustomProperties Class > GetEvents Method : GetEvents(Attribute[]) Method
The attributes array.
Gets the event descriptor collection for the specified custom attributes array.
Syntax
'Declaration
 
Public Overloads Function GetEvents( _
   ByVal attributes() As Attribute _
) As EventDescriptorCollection
public EventDescriptorCollection GetEvents( 
   Attribute[] attributes
)

Parameters

attributes
The attributes array.

Return Value

An System.ComponentModel.EventDescriptorCollection that represents the filtered events for this component instance.
See Also

Reference

CustomProperties Class
CustomProperties Members
Overload List